home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / xabacus.z / xabacus / man / catn / xabacus.n
Text File  |  1994-09-27  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. ABACUS(6)                GAMES AND DEMOS           7 May 1994, V4
  5.  
  6.  
  7.  
  8. NAME
  9.      X ABACUS - Yet another X widget
  10.  
  11. SYNOPSIS
  12.      xabacus [-display <display>] [-geometry  <geometry>]  [-bars
  13.      <int>]  [-spaces  <int>] [-bead <color>] [-{background | bg}
  14.      <color>] [-{foreground | fg} <color>]  [-tnumber  <int>]  [-
  15.      bnumber   <int>]   [-tfactor   <int>]  [-bfactor  <int>]  [-
  16.      [no]torient] [-[no]borient]
  17.  
  18. DESCRIPTION
  19.      One of the motivations of this abacus program is simplicity.
  20.      This  was  originally  a  demonstration that I could write a
  21.      window program.
  22.  
  23.      Use "mouse-left" to move beads. Note you can move them  fas-
  24.      ter  by  holding  down the button and sweeping across beads.
  25.      Use "mouse-right",  "C",or   "c"  to  clear.  "Q",  "q",  or
  26.      "CTRL-C" keys kill program.
  27.  
  28. OPTIONS
  29.      -display _h_o_s_t:_d_p_y
  30.              This option specifies the X server to contact.
  31.  
  32.      -geometry {+|-}_X{+|-}_Y
  33.              This option sets the initial position of the  abacus
  34.              window (resource name "_g_e_o_m_e_t_r_y").
  35.  
  36.      -{background | bg} _c_o_l_o_r
  37.              This option specifies the background of  the  abacus
  38.              window (resource name "_b_a_c_k_g_r_o_u_n_d").
  39.  
  40.      -{foreground | fg} _c_o_l_o_r
  41.              This option specifies the foreground of  the  abacus
  42.              window (resource name "_f_o_r_e_g_r_o_u_n_d").
  43.  
  44.      -bead _c_o_l_o_r
  45.              This option specifies the foreground  of  the  beads
  46.              (resource name "_b_e_a_d_C_o_l_o_r").
  47.  
  48.      -bars _i_n_t
  49.              This option specifies the number of  bars  (resource
  50.              name "_b_a_r_s").
  51.  
  52.      -spaces _i_n_t
  53.              This option specifies the number of spaces (resource
  54.              name "_s_p_a_c_e_s").
  55.  
  56.      -tnumber _i_n_t
  57.              This option specifies the number  of  beads  on  top
  58.              (resource name "_t_o_p_N_u_m_b_e_r").
  59.  
  60.  
  61.  
  62.  
  63. Chinese                                                         1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ABACUS(6)                GAMES AND DEMOS           7 May 1994, V4
  71.  
  72.  
  73.  
  74.      -bnumber _i_n_t
  75.              This option specifies the number of beads on  bottom
  76.              (resource name "_b_o_t_t_o_m_N_u_m_b_e_r").
  77.  
  78.      -tfactor _i_n_t
  79.              This option specifies the multiply  factor  for  the
  80.              beads on top (resource name "_t_o_p_F_a_c_t_o_r").
  81.  
  82.      -bfactor _i_n_t
  83.              This option specifies the multiply  factor  for  the
  84.              beads on bottom (resource name "_b_o_t_t_o_m_F_a_c_t_o_r").
  85.  
  86.      -[no]torient
  87.              This option specifies the orientation of  the  beads
  88.              on top (resource name "_t_o_p_O_r_i_e_n_t").
  89.  
  90.      -[no]borient
  91.              This option specifies the orientation of  the  beads
  92.              on bottom (resource name "_b_o_t_t_o_m_O_r_i_e_n_t").
  93.  
  94. SEE ALSO
  95.      X(1), xrubik(1), xpyramid(1), xoct(1), xskewb(1), xcubes(1),
  96.      xtriangles(1), xhexagons(1)
  97.  
  98. COPYRIGHTS
  99.      (Reg.) Copyright 1994, David Albert Bagley
  100.  
  101. BUG REPORTS AND PROGRAM UPDATES
  102.      Send bugs (or their reports, or fixes) to the author
  103.           David Albert Bagley,     <_b_a_g_l_e_y_d@_s_o_u_r_c_e._a_s_s_e_t._c_o_m>
  104.  
  105.      The most updated source could be found  on  _f_t_p._x._o_r_g  under
  106.      /_c_o_n_t_r_i_b/_a_p_p_l_i_c_a_t_i_o_n_s.
  107.  
  108. ACKNOWLEDGEMENTS
  109.      Thanks go to people who helped me in improving the program.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Chinese                                                         2
  130.  
  131.  
  132.  
  133.